home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / GAM / C-D / DM_3000 / DM 3000 / card_25511.txt < prev    next >
Encoding:
Text File  |  1988-06-06  |  1007 b   |  49 lines

  1. -- card: 25511 from stack: in
  2. -- bmap block id: 2151
  3. -- flags: 4000
  4. -- background id: 2604
  5. -- name: OUTSIDE
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global inventory
  9.   put "You are carrying: " into inventory
  10.   put "empty multicorder" after inventory
  11.   put inventory into background field "ShowMe"
  12.  
  13.   global pocketbook
  14.   subtract pocketbook from pocketbook
  15.   put 0 into pocketbook
  16.   put pocketbook into background field "CountMe"
  17.  
  18. end openCard
  19.  
  20.  
  21.  
  22. -- part 1 (button)
  23. -- low flags: 00
  24. -- high flags: 2000
  25. -- rect: left=277 top=182 right=203 bottom=299
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 15279 / 15279
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: D/TO/VEST
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect checkerboard
  37.   go to card id 2935
  38. end mouseUp
  39.  
  40.  
  41.  
  42.  
  43. -- part contents for background part 6
  44. ----- text -----
  45. You are carrying: empty multicorder
  46.  
  47. -- part contents for background part 8
  48. ----- text -----
  49. 0